home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / fieldent.zip / FIELDS.ME < prev    next >
Text File  |  1993-01-04  |  2KB  |  61 lines

  1.  
  2. Fields.Arc         J Tal
  3.                    Rollins Medical/Dental Systems
  4.                    Southfield, MI
  5.  
  6.                    Field-oriented User Data-entry routines for
  7.                    PC and Turbo Pascal v 4
  8.   
  9.  
  10. Name          
  11. ============  
  12. BOXDEMO.EXE       Demo of BoxIt routine in Fields unit
  13. BOXDEMO.PAS
  14. FIELDEMO.EXE       Demo of using Fields unit
  15. FIELDEMO.PAS  
  16. FIELDS.PAS         Core of Interactive field-oriented screen I/O code
  17. FIELDS.TPU    
  18.  
  19.  
  20. Fields
  21. ------
  22.  
  23.    The fields unit has evolved from IBM's computer that came out just before
  24. the PC, the IBM System 23/Datamaster.    The S/23 was the first desktop size
  25. computer which supported full-screen editing.   The method of handling user
  26. input for programs is easily transportable on the PC and provides a uniform
  27. and proven method of interacting with the user.
  28.  
  29.  
  30.    The Fields unit allows a (pascal) program to define strings which describe
  31. the location, length, visual attributes and characteristics of fields which
  32. the user can input data into.   The implementation is clean and should prove
  33. to be very functional.    The Fields unit was originally an include file 
  34. under Turbo v2 & 3 and is now enhanced as a unit in Turbo Pascal v4.
  35.  
  36.  
  37. Fieldemo
  38. --------
  39.  
  40.    The Fieldemo program provides an elementary idea of what can be done in
  41. defining input screens.   This approach has been used on screens which have
  42. more than 128 fields for the user to input data on one screen.
  43.  
  44.  
  45. BoxDemo
  46. -------
  47.  
  48.    The BoxDemo program shows how a screen made-up of field titles and 
  49. definitions for input fields is automatically turned into the field definition
  50. strings required by the Field_In and Field_Out routines.    The screen area
  51. when the boxed/windowed field area is to be written is saved using the 
  52. routines in Pwindow.Arc.   The screen area is restored as shown in the 
  53. BoxDemo program.
  54.  
  55.  
  56.  
  57.  
  58.  
  59. .eof.
  60.  
  61.